home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / classic.jar / skin / classic / global / tabbox.css < prev    next >
Cascading Style Sheet File  |  2007-05-07  |  5KB  |  171 lines

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  3.  *
  4.  * The contents of this file are subject to the Mozilla Public License Version
  5.  * 1.1 (the "License"); you may not use this file except in compliance with
  6.  * the License. You may obtain a copy of the License at
  7.  * http://www.mozilla.org/MPL/
  8.  *
  9.  * Software distributed under the License is distributed on an "AS IS" basis,
  10.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11.  * for the specific language governing rights and limitations under the
  12.  * License.
  13.  *
  14.  * The Original Code is Mozilla Communicator client code, released
  15.  * March 31, 1998.
  16.  *
  17.  * The Initial Developer of the Original Code is
  18.  * Netscape Communications Corporation.
  19.  * Portions created by the Initial Developer are Copyright (C) 1998-2001
  20.  * the Initial Developer. All Rights Reserved.
  21.  *
  22.  * Contributor(s):
  23.  *   Joe Hewitt (hewitt@netscape.com)
  24.  *
  25.  * Alternatively, the contents of this file may be used under the terms of
  26.  * either the GNU General Public License Version 2 or later (the "GPL"), or
  27.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  28.  * in which case the provisions of the GPL or the LGPL are applicable instead
  29.  * of those above. If you wish to allow use of your version of this file only
  30.  * under the terms of either the GPL or the LGPL, and not to allow others to
  31.  * use your version of this file under the terms of the MPL, indicate your
  32.  * decision by deleting the provisions above and replace them with the notice
  33.  * and other provisions required by the GPL or the LGPL. If you do not delete
  34.  * the provisions above, a recipient may use your version of this file under
  35.  * the terms of any one of the MPL, the GPL or the LGPL.
  36.  *
  37.  * ***** END LICENSE BLOCK ***** */
  38.  
  39. /* ===== tabbox.css =================================================
  40.   == Styles used by XUL tab-related elements.
  41.   ======================================================================= */
  42.  
  43. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  44.  
  45. /* ::::: tabs ::::: */
  46.  
  47. .tabs-left,
  48. .tabs-right {
  49.   border-bottom: 2px solid;
  50.   -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
  51. }
  52.  
  53. /* ::::: tabpanels ::::: */
  54.  
  55. tabpanels {
  56. /*  -moz-appearance: tabpanels; */
  57.   border-right: 2px solid;
  58.   border-bottom: 2px solid;
  59.   border-left: 2px solid;
  60.   -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
  61.   -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
  62.   -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow;
  63.   padding: 8px;
  64.   background-color: -moz-Dialog;
  65.   color: -moz-DialogText;
  66. }
  67.  
  68. /* ::::: tab ::::: */
  69.  
  70. tab 
  71. {
  72.   -moz-appearance: tab;
  73.   margin-top: 2px;
  74.   border-top: 2px solid;
  75.   border-right: 2px solid;
  76.   border-left: 2px solid;
  77.   border-bottom: 1px solid ThreeDHighlight;
  78.   -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow;
  79.   -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
  80.   -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow;
  81.   -moz-border-radius-topleft: 2px;
  82.   -moz-border-radius-topright: 2px;
  83.   -moz-border-radius-bottomright: 1px;
  84.   padding: 1px 4px 2px 4px;
  85.   background-color: -moz-Dialog;
  86.   color: -moz-DialogText;
  87. }
  88.  
  89. tab[chromedir="rtl"] {
  90.   -moz-border-radius-bottomleft: 1px;
  91.   -moz-border-radius-bottomright: 0px;
  92. }
  93.  
  94. .tab-text {
  95.   margin: 0 !important;
  96. }
  97.  
  98. tab[selected="true"] {
  99.   -moz-user-focus: normal;
  100.   margin-top: 0;
  101.   border-bottom-color: transparent;
  102.   border-bottom: none;
  103.   padding: 1px 6px 4px 6px;
  104. }
  105.  
  106. tab:focus > .tab-middle {
  107.   outline: 1px dotted invert;
  108. }
  109.  
  110. tab[beforeselected="true"],
  111. tab[afterselected="true"][chromedir="rtl"] {
  112.   -moz-appearance: tab-left-edge;
  113.   border-right: none;
  114.   -moz-border-radius-topright: 0;
  115. }
  116.  
  117. tab[afterselected="true"],
  118. tab[beforeselected="true"][chromedir="rtl"] {
  119.   -moz-appearance: tab-right-edge;
  120.   border-left: none;
  121.   -moz-border-radius-topleft: 0;
  122. }
  123.  
  124. tab[first-tab="true"][selected="true"] {
  125.   padding-right: 5px;
  126.   padding-left: 5px;
  127. }
  128.  
  129. /* ::::: tab-bottom ::::::::::
  130.    :: Tabs that are attached to the bottom of a panel, but not necessarily
  131.    :: a tabpanels.
  132.    ::::: */
  133.  
  134. .tab-bottom {
  135.   margin-top: 0;
  136.   margin-bottom: 2px;
  137.   border-top: 1px solid;
  138.   border-bottom: 2px solid;
  139.   -moz-border-top-colors: ThreeDShadow;
  140.   -moz-border-bottom-colors: ThreeDShadow ThreeDLightShadow;
  141.   -moz-border-radius-topleft: 0;
  142.   -moz-border-radius-topright: 0;
  143.   -moz-border-radius-bottomright: 2px;
  144.   -moz-border-radius-bottomleft: 2px;
  145.   padding: 2px 4px 1px 4px;
  146. }
  147.  
  148. .tab-bottom[selected="true"] {
  149.   margin-bottom: 0;
  150.   -moz-border-top-colors: -moz-Dialog;
  151.   padding: 4px 6px 1px 6px;
  152. }
  153.  
  154. .tab-bottom[beforeselected="true"],
  155. .tab-bottom[afterselected="true"][chromedir="rtl"] {
  156.   -moz-border-radius-bottomright: 0;
  157. }
  158.  
  159. .tab-bottom[afterselected="true"],
  160. .tab-bottom[beforeselected="true"][chromedir="rtl"] {
  161.   -moz-border-radius-bottomleft: 0;
  162. }
  163.  
  164. /* ::::: tabs-bottom ::::: */
  165.  
  166. .tabs-bottom > .tabs-left,
  167. .tabs-bottom > .tabs-right {
  168.   border-top: 1px solid ThreeDShadow;
  169.   border-bottom: none;
  170. }
  171.